home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 - Inside Community Club / Acrobat Pro 6 D.bin / installer / Data1.cab / example.ps < prev    next >
Encoding:
Text File  |  2003-03-17  |  1.7 KB  |  47 lines

  1. %
  2. % File: Startup Example.ps
  3. %
  4. % End-user startup PostScript job file.  Include any permanent PostScript into 
  5. % this file.  This file will be executed as an "unencapsulated job"*
  6. % each time the Acrobat Distiller application starts up.
  7. % *See "PostScript(R) Language Reference Manual, Third Edition," Chapter 3.7.7 
  8. %
  9. % NOTE: This file will be overwritten each time you install Acrobat Distiller.
  10. % We recommend you make a copy of this file to a different name and modify
  11. % that copy.
  12. %
  13. % Each of the items below is presented as an example as is commented out. To
  14. % actually use one of the examples, uncomment the line(s) of PostScript code by
  15. % deleting the "%" character and modify to suit your needs.
  16. %
  17. % Please be aware that any PostScript code in this file which needs to access
  18. % the filesystem must do so with fully qualified pathnames. Do not assume that
  19. % a "current directory" exists.
  20. %
  21.  
  22. %%% PRE-LOADING FONTS INTO MEMORY
  23. %%% Load a font into the FontDirectory dictionary (local VM) 
  24.  
  25. % /Courier findfont pop
  26.  
  27.  
  28. %%% IDIOM RECOGNITION
  29. %%% Idiom recognition enables the conversion of blends from
  30. %%% popular software such as Illustrator, FreeHand, Quark, and
  31. %%% Corel into Level 3 smooth shades.
  32. %%% In Acrobat 4.0 it was recommended to set the IdiomRecognition
  33. %%% flag in a startup file. But in Acrobat 5.0 and later, blends
  34. %%% conversion is controlled by a distillerparam (/DetectBlends)
  35. %%% in the job options file, and is settable from Distiller's
  36. %%% user interface.
  37.  
  38.  
  39. % (Processing Startup Example.ps...\n) print flush
  40.  
  41. %  Insert your custom PostScript here...
  42.  
  43. % (Processing Startup Example.ps done\n) print flush
  44.  
  45. %  End of file.
  46.